-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use KO_YAML_FLAGS for multi-platform build #4770
Conversation
@VIjayHP tested ppc64le arch and found that v0.19.0 was deployed in his cluster but v0.20.0 failed to deploy all pods in https://github.com/knative/eventing/releases/download/v0.20.0/eventing-core.yaml due to |
Codecov Report
@@ Coverage Diff @@
## master #4770 +/- ##
=======================================
Coverage 81.25% 81.25%
=======================================
Files 291 291
Lines 8281 8281
=======================================
Hits 6729 6729
Misses 1143 1143
Partials 409 409 Continue to review full report at Codecov.
|
/lgtm |
/cherry-pick release-0.20 |
@slinkydeveloper: once the present PR merges, I will cherry-pick it on top of release-0.20 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, slinkydeveloper, vaikas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@slinkydeveloper: new pull request created: #4771 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Since acf65cf started using hack/generate-yamls.sh, the
KO_FLAGS
optionwas not used correctly so
--platform=all
option was missed in releasemanifest.
This patch fixes it.
Thank you @VIjayHP for reporting the issue.
Release Note
/cc @runzexia @n3wscott @slinkydeveloper